PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutputIntent Class / setDestinationOutputProfile Method
An ICC profile stream defining the transformation from the PDF document's source colors to output device colorants.
In This Topic
    setDestinationOutputProfile Method
    In This Topic
    Sets the destination output profile.
    Required if does not specify a standard production condition; optional otherwise).
    Syntax
    public void setDestinationOutputProfile( 
       PDFIccColorSpace profile
    )

    Parameters

    profile
    An ICC profile stream defining the transformation from the PDF document's source colors to output device colorants.
    See Also